Member
| Type
| Default
| Description
|
m_drillType
| WORD
| 0
| Specifies the type of drill down that is used. Use one of the following PEP_DE_XXX constants.
|
| Constant
| Description
|
| PEP_DE_ON_GROUP
| Drill down on a group summary or subtotal.
|
| PEP_DE_ON_GROUPTREE
| Drill down a Group Tree node.
|
| PEP_DE_ON_GRAPH
| Drill down a group chart object.
|
| PEP_DE_ON_MAP
| Drill down on a map region.
|
| PEP_DE_ON_SUBREPORT
| Drill down on a subreport.
|
m_windowHandle
| long
| 0
| Pointer to an array of group names. The list specifies the group path of the selected group. The memory is freed after the callback function is called.
|
m_groupList
| TCHAR
| NULL
| Specifies a pointer to an array of group names in the report when drilling on a group summary, a Group Tree, a chart, or a map. Specifies a pointer to a single element array containing the subreport name when drilling on a subreport. This memory is freed after the callback function is called.
|
m_group Level
| WORD
| 0
| The number of the group name in the group list.
|